Uses of Class
nl.justobjects.pushlet.core.Session

Packages that use Session
nl.justobjects.pushlet.core   
 

Uses of Session in nl.justobjects.pushlet.core
 

Fields in nl.justobjects.pushlet.core declared as Session
 Session Command.session
          Pushlet session.
 

Methods in nl.justobjects.pushlet.core that return Session
static Session Session.create(java.lang.String anId)
          Create instance through factory method.
 Session SessionManager.createSession(Event anEvent)
          Create new Session (but add later).
 Session Subscriber.getSession()
          Return client session.
 Session SessionManager.getSession(java.lang.String anId)
          Get Session by session id.
 Session[] SessionManager.getSessions()
          Get copy of listening Sessions.
 Session SessionManager.removeSession(Session aSession)
          Register session for removal.
 

Methods in nl.justobjects.pushlet.core with parameters of type Session
 void SessionManager.addSession(Session session)
          Add session.
static Subscriber Subscriber.create(Session aSession)
          Create instance through factory method.
static Controller Controller.create(Session aSession)
          Create instance through factory method.
static Command Command.create(Session aSession, Event aReqEvent, javax.servlet.http.HttpServletRequest aHTTPReq, javax.servlet.http.HttpServletResponse aHTTPRsp)
          Create new Command object.
 Session SessionManager.removeSession(Session aSession)
          Register session for removal.